home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000154_jcsutton@usa.com_Fri Nov 16 17:09:02 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  46 lines

  1. Article: 12975 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.harvard.edu!purdue!news.bu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!newsfeed.utk.edu!hub1.nntpserver.com!telocity-west!TELOCITY!sn-xit-03!sn-xit-02!supernews.com!postnews1.google.com!not-for-mail
  3. From: jcsutton@usa.com (Juan Sutton)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: File Transfer Problem(s)
  6. Date: 16 Nov 2001 13:49:02 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 28
  9. Message-ID: <23521c90.0111161349.58735989@posting.google.com>
  10. NNTP-Posting-Host: 4.40.160.116
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1005947342 9297 127.0.0.1 (16 Nov 2001 21:49:02 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 16 Nov 2001 21:49:02 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12975
  17.  
  18. I am working on my second Kermit project :-).  I am using an external
  19. NEC 9635 E modem to dial out.  The modem type I am using is
  20. "generic-high-speed".  I have to use even parity.
  21.  
  22. I am using Kermit as a local client and attempting to transfer files
  23. from an STP switch (SS7 Network).  I don't know what version of
  24. Kermit, or the underlying OS that is running on these switches :-(. 
  25. The local version of Kermit is: C-Kermit 7.0.196, 1 Jan 2000, for IBM
  26. AIX 4.3
  27.  
  28. After sending a few initial commands I prepare a transfer from the
  29. switch like so:  act-file-trns:loc=####
  30.  
  31. I then get a message like this:  "Awaiting File Transfer with remote. 
  32. Please initiate binary Kermit session on local computer."
  33.  
  34. The fun stops when I attempt to actually receive these files using
  35. "receive" or "get <file>" from the remote using binary mode.  I get
  36. either an "unknown" or "timeout" error.  I have played with every
  37. setting mentioned in Chapter 10 (Solving File Transfer Problems). 
  38. These include parity, flow-control, duplex, and handshake among
  39. others.  I have even tried the "robust" command.
  40.  
  41. Another guy in my company can transfer the file fine using ProComm's
  42. built in Kermit capabilities.  I am out of ideas.  Any suggestions?
  43.  
  44. Thanks
  45. Juan Sutton
  46.